ThesaHelp: references i-l
Topic: interpreter
Topic: programming system
Topic: boolean values, binary numbers, and bit strings
Topic: goto statement
Topic: function call
Topic: text editing
| |
Reference
Kheriaty, L.,
"WADUZITDO: How to write a language in 256 words or less",
Byte, 3, 9, pp. 166-168, 173-175, September 1978.
Google
Other Reference
from Western Washington Univ., Bellingham WA
Notes
copied some pages
Quotations
166 ;;Quote: WADUZITDO is a complete high-level language processor that fits in 256 bytes; includes an editor and interpreter
| 166 ;;Quote: WADUZITDO executes simple conversational programs, e.g., 'T:' for 'type' and 'A:' for 'input char'
| 166 ;;Quote: set the match flag on testing character input; can be tested later
| 167 ;;Quote: in WADUZITDO, J:0 branches back to the last accept while J:n branches forward to the n'th program marker (a '*')
| 167 ;;Quote: the stop statement either terminates execution or is a subroutine call
| 167 ;;Quote: simple editor with bot, next line, overstrike, and null character; $ starts execution
|
Related Topics
ThesaHelp: references i-l (342 items)
Topic: interpreter (59 items)
Topic: programming system (9 items)
Topic: boolean values, binary numbers, and bit strings (44 items)
Topic: goto statement (25 items)
Topic: function call (28 items)
Topic: text editing (34 items)
|