Execute HQ9+/Ursa: Difference between revisions

m
Fixed syntax highlighting.
mNo edit summary
m (Fixed syntax highlighting.)
 
Line 1:
{{collection|RCHQ9+}}{{implementation|HQ9+}}
This is an HQ9+ interpreter written in Standard Ursa. It expects the filename of an HQ9+ source file as a command-line argument.
<langsyntaxhighlight lang="ursa">#
# hq9+ interpreter in ursa
#
Line 54:
set accum (int (+ accum 1))
end if
end for</langsyntaxhighlight>
9,485

edits