Add decrement to the standard library

This commit is contained in:
2023-12-22 22:19:52 +01:00
parent 8478b10210
commit 1beec6190e
+5
View File
@@ -19,3 +19,8 @@ function int int => int /
{ {
divmod req deq divmod req deq
} }
function int => int decrement
{
1 -
}