Free Hero Mesh

Diff
Login
This is a mirror of the main repository for Free Hero Mesh. New tickets and changes will not be accepted at this mirror.

Differences From Artifact [5a438da8d2]:

To Artifact [b6ee0a25e7]:


101
102
103
104
105
106
107

108
109
110
111
112
113
114

; Arithmetic
add "+"
sub "-"
,mul "*"
,div "/"
,mod

neg
,min
,max

; Bitwise
lsh
,rsh







>







101
102
103
104
105
106
107
108
109
110
111
112
113
114
115

; Arithmetic
add "+"
sub "-"
,mul "*"
,div "/"
,mod
,divmod "/mod"
neg
,min
,max

; Bitwise
lsh
,rsh