Hunt The Wumpus/APL: Difference between revisions

Content added Content deleted
(Fixed PRNG seed for modern GNU APL)
m (fix formatting)
Line 4: Line 4:
{{works with|GNU APL}}
{{works with|GNU APL}}


<lang APL>#!/usr/local/bin/apl --script -f --
<syntaxhighlight lang="apl">#!/usr/local/bin/apl --script -f --


⍝ Unfortunately, GNU APL does not support ⍞-input in script mode very well
⍝ Unfortunately, GNU APL does not support ⍞-input in script mode very well
Line 163: Line 163:
)OFF
)OFF
</syntaxhighlight>
</lang>