Fixed func section test case formatting
This commit is contained in:
parent
257d22b6f7
commit
645456bb48
@ -27,25 +27,25 @@ func ro dArgumentTypes
|
|||||||
---
|
---
|
||||||
[bird tree butterfly.wing "hello world" grass:{Int:mut 8}]
|
[bird tree butterfly.wing "hello world" grass:{Int:mut 8}]
|
||||||
func ro eMath
|
func ro eMath
|
||||||
[> x:Int]
|
> x:Int
|
||||||
[> y:Int]
|
> y:Int
|
||||||
[< z:Int]
|
< z:Int
|
||||||
[---]
|
---
|
||||||
[++ x]
|
[++ x]
|
||||||
[-- y]
|
[-- y]
|
||||||
[set z [+ [* 0392 00] 98 x [/ 9832 y] 930]]
|
[set z [+ [* 0392 00] 98 x [/ 9832 y] 930]]
|
||||||
[! true]
|
[! true]
|
||||||
[~ 0b01]
|
[~ 0b01]
|
||||||
[% 873 32]
|
[% 873 32]
|
||||||
[= 5 5]
|
[= 5 5]
|
||||||
[!= 4 4]
|
[!= 4 4]
|
||||||
[<= 4 98]
|
[<= 4 98]
|
||||||
[< 4 98]
|
[< 4 98]
|
||||||
[<< 0x0F 4]
|
[<< 0x0F 4]
|
||||||
[>= 98 4]
|
[>= 98 4]
|
||||||
[> 98 4]
|
[> 98 4]
|
||||||
[>> 0xF0 4]
|
[>> 0xF0 4]
|
||||||
[| 0b01 0b10]
|
[| 0b01 0b10]
|
||||||
[& 0b110 0b011]
|
[& 0b110 0b011]
|
||||||
[&& true true]
|
[&& true true]
|
||||||
[|| true false]
|
[|| true false]
|
||||||
|
Reference in New Issue
Block a user