Execute SNUSP: Difference between revisions

Content deleted Content added
Wolf (talk | contribs)
mNo edit summary
Oenone (talk | contribs)
add Ada
Line 2:
 
An implementation need only properly implement the Core SNUSP instructions <nowiki>('$', '\', '/', '+', '-', '<', '>', ',', '.', '!', and '?')</nowiki>. Modular SNUSP ('#', '@') and Bloated SNUSP (':', ';', '%', and '&') are also allowed, but not required. Any extra characters that you implement should be noted in the description of your implementation. Any cell size is allowed, EOF support is optional, as is whether you have bounded or unbounded memory.
 
=={{header|Ada}}==
See [[Execute SNUSP/Ada]].
 
=={{header|AutoHotkey}}==