Topic: undefined, null, and other signal values
Topic: failure returning functions and expressions
Topic: range checking
Topic: builtin functions
Topic: string literals
Topic: if-then-else test chain
ThesaHelp: references sa-sz
Topic: simple loop
Topic: pattern components
| |
Reference
Storm, E.F.,
"Vulcan--a string handling language with dynamic storage control",
AFIPS Fall Joint Computer Conference, pp. 21-32, 1970.
Google
Quotations
QuoteRef: storEF_1970 ;;23-4 general statement is list of clauses % (condition list : operation-list in brackets. on condition list, execute operation list and terminate statement as true (:) is the null always true clause
| QuoteRef: storEF_1970 ;;24 x= is the null string
| 25 ;;Quote: Vulcan defines infix operator x/a.y.c where a. and .c receive pre and post context
| QuoteRef: storEF_1970 ;;25 true procedure returns arguments, false procedure keeps arguments as the same
| QuoteRef: storEF_1970 ;;25 *procedure-call is repeat till true while *-pro is repeat till false
| QuoteRef: storEF_1970 ;;25 false (statement is false), return (procedure is true), returnf (procedure is false)
| QuoteRef: storEF_1970 ;;27 range (x,y,z) true iff x=<y=<z
| QuoteRef: storEF_1970 ;;28 all statements true of false eg open a file is true if successful
|
Related Topics
Topic: undefined, null, and other signal values (33 items)
Topic: failure returning functions and expressions (24 items)
Topic: range checking (20 items)
Topic: builtin functions (6 items)
Topic: string literals (3 items)
Topic: if-then-else test chain (18 items)
ThesaHelp: references sa-sz (237 items)
Topic: simple loop (15 items)
Topic: pattern components (15 items)
|