-
Notifications
You must be signed in to change notification settings - Fork 0
Miscellaneous Functions
Julius Paffrath edited this page Jul 15, 2019
·
2 revisions
Returns TRUE if the given variable is a STRING.
Returns TRUE if the given variable is a NUMBER.
Returns TRUE if the given variable is a BOOLEAN.
Returns TRUE if the given variable is a LIST.
Returns TRUE if the given variable is a DICTIONARY.
Returns a random floating number in the given range. The given numbers are included in the range.
Terminates the interpreter and returns the given number to the operating system.
- 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