ret
Return from the current function
Since
0.1.0
See also
Return the given type from the current function Takes the type of the return value as a string
Identifier | Type | Byte Size |
---|---|---|
B | Byte | 1 |
S | Short | 2 |
I | Int | 4 |
J | Long | 8 |
F | Float | 4 |
D | Double | 8 |
b | UByte | 1 |
s | UShort | 2 |
i | UInt | 4 |
j | ULong | 8 |
C | Char | 2 |
Z | Bool | 1 |