-
Notifications
You must be signed in to change notification settings - Fork 0
In and Output Functions
Julius Paffrath edited this page Sep 11, 2018
·
1 revision
Prints the given variables to stdout without adding a newline. Returns TRUE on success otherwise FALSE.
Prints the given variables to stdout with adding a newline. Returns TRUE on success otherwise FALSE.
Reads a line from stdin and returns it as a string.
- Home
- Getting started
- Control flow
- Functions
- List variables in jask
- Dictionary variables in jask
- Structs in jask
- Convert variables
- Internal Functions
- The access operator
- Callbacks in jask
- Modules
- Internal Modules
- The jask standard library jcore
- Using CMD arguments in jask
- Nested function calls
- Functions inside functions!
- Modules inside functions!
- Performance comparison of loops