Jump to content

Execute SNUSP/OCaml: Difference between revisions

m
Fixed syntax highlighting.
m (Fixed syntax highlighting.)
 
Line 5:
Usage: ocaml rcsnusp.ml srccode.snusp
 
<langsyntaxhighlight lang="ocaml">let input_line ic =
try Some(input_line ic)
with End_of_file -> None
Line 79:
| _ -> loop (next_pos pos dir) dir cells stk
in
loop (dolar_pos code) (1,0) ([],0,[]) []</langsyntaxhighlight>
9,486

edits

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