mirror of
https://github.com/Reuh/anselme.git
synced 2025-10-28 00:59:31 +00:00
Add _;
This commit is contained in:
parent
e7cfab524a
commit
f5382d2912
4 changed files with 8 additions and 1 deletions
|
|
@ -7,6 +7,10 @@ lua_functions = {
|
|||
mode = "raw",
|
||||
value = function(a, b) return b end
|
||||
},
|
||||
["_;(a)"] = {
|
||||
mode = "raw",
|
||||
value = function(a) return { type = "nil", value = nil } end
|
||||
},
|
||||
-- comparaison
|
||||
["_==_(a, b)"] = {
|
||||
mode = "raw",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue