-
Notifications
You must be signed in to change notification settings - Fork 0
REPL
Rajesh Gautam edited this page Jun 12, 2026
·
1 revision
curlang
You will see:
Curl 1.5.3 (Darwin) on darwin
Type "help", "copyright", "credits" or "license" for more information.
>>>
Type any Curl statement and press Enter:
>>> pcType{"Hello!"}\
Hello!
>>> var{x, 10}\
>>> pcType{var{x}}\
10
The prompt changes to ... when inside a block:
>>> if{var{x} > 5, then}-
... pcType{"big"}\
... --\
big
| Command | Description |
|---|---|
help |
Show syntax quick reference |
version |
Show Curl version |
license |
Show license |
credits |
Show credits |
copyright |
Show copyright |
exit / quit
|
Leave the REPL |
curlang --version show version
curlang --help show help
curlang --license show license
curlang --credits show credits