Patchwork:
Patchwork Labels:
- [n#][6#] 64 Bit Integer Hash Escape
- [l#][3#] 32 Bit Integer Hash Escape
- [i#][1#] 16 Bit Integer Hash Escape
- [8#] 8 Bit Integer Hash Escape
- [b#] Boolean Value Hash Escape
- [t#] Triple Float Hash Escape
- [d#] Double Float Hash Escape
- [f#] Float Hash Escape
- [s#] String Hash Escape
- [##] Raw Hash Number Value
- [@#] Assignment Point
- [~#] Escape Patchwork Label
- [&#] Append Script At Label Location
- [*#][0#] Function Exit Point
- [v#] Use Variable In Place of Hash Escaped Value
- [a#] Use Array Position In Place of Hash Escaped Value
- [/#] Comment
- [;#][c#] Combiner Hash
Patchwork UIRN(Unique Identifying Reference Number) Hasher:
Patchwork Function Processor:
Patchwork Errors:
Example Syntax Structure:
n#42
l#84
i#100
8#255
b#true
t#12345.6789324444
d#10293.48576
f#3.141592
s#Hello World
##4681807271890849900
@#icanjumptothispointwithgoto
~#s#Hello World
/io
f
functionname
*nestedcommand
*#
v#
name_of_var
a#
name_of_array_then_position
n#12
/# This is a comment and will not be processed into a hash but still does not allow comment to be nested in function without runtime optimizations
;#*i|+output|_text|s#Hello World|_end|_ret|i*|/#this program has been condensed to one line