0
0

🎨 Fix wrong spacing of inline comments

This commit is contained in:
DrMaxNix 2022-04-17 13:10:01 +02:00 committed by GitHub
parent 900487de91
commit 6e5acec0ce
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -36,8 +36,8 @@ mov|set $1 $2
glob|global|pub|public $1 glob|global|pub|public $1
# vartypes (constants containing string of vartype name) # vartypes (constants containing string of vartype name)
null # null null # null
true|false # bool true|false # bool
eg. -44 27 287634 # int eg. -44 27 287634 # int
eg. 4.0 -3.0 0.125 # float eg. 4.0 -3.0 0.125 # float
eg. "bla" 'blub' # str eg. "bla" 'blub' # str