Jump to content

Hunt The Wumpus/APL: Difference between revisions

m
fix formatting
(Fixed PRNG seed for modern GNU APL)
m (fix formatting)
Line 4:
{{works with|GNU APL}}
 
<langsyntaxhighlight APLlang="apl">#!/usr/local/bin/apl --script -f --
 
⍝ Unfortunately, GNU APL does not support ⍞-input in script mode very well
Line 163:
)OFF
</syntaxhighlight>
</lang>
236

edits

Cookies help us deliver our services. By using our services, you agree to our use of cookies.