| Name: | token - read a token from a stream or string
|
| Synopsis: | string token -> post any true
false
istream token -> istream any true
istream false
|
| Description: | reads a token from a string or stream and
pushes true and extracted token plus rest-string/stream
on the stack (if successful).
|
| Examples: |
(1 2 hello) token -> true 1 (2 hello)
({1 2 add}) token -> true {1 2 add} ()
|
| Author: | docu by Markus Diesmann and Sirko Straube
| SeeAlso: | token_s token_is |
|
| Source: | /home/abuild/rpmbuild/BUILD/nest-2.4.1/lib/sli/typeinit.sli
|