Start from a main routine: Difference between revisions

m
→‎{{header|Quackery}}: too many whens!
(Added Quackery.)
m (→‎{{header|Quackery}}: too many whens!)
Line 372:
<lang Quackery>[ say "Please use the shell to calculate a value" cr
say "and leave it on the stack. Type 'leave' when" cr
say "when you have done this." cr
shell ] constant is my-value</lang>
 
Line 387:
/O> [ say "Please use the shell to calculate a value" cr
... say "and leave it on the stack. Type 'leave' when" cr
... say "when you have done this." cr
... shell ] constant is my-value
...
Please use the shell to calculate a value
and leave it on the stack. Type 'leave' when
when you have done this.
 
/O> 123 456 +
Line 415:
 
> </pre>
 
 
=={{header|Racket}}==
1,483

edits