Monty Hall problem: Difference between revisions

Content deleted Content added
Added Dyalect programming language
Wherrera (talk | contribs)
Line 2,131:
 
'''The Literal Simulation Function'''
<lang Julia>using Printf
 
function play_mh_literal{T<:Integer}(ncur::T=3, ncar::T=1)
ncar < ncur || throw(DomainError())