add ->? function to std

This commit is contained in:
Daniella 2022-05-26 20:21:16 +02:00
parent cddcdb1b3b
commit 34b9030612
3 changed files with 13 additions and 0 deletions

View file

@ -354,6 +354,11 @@
-
### `->? ::: -> `
-
### `_float ::: -> `
-

View file

@ -404,6 +404,11 @@ over type definitions, to string processing.
Makes a reference to object
### `->? ::: object -> reference`
Makes a reference to object
### `neg ::: a -> math(-a)`
Returns the negative of a

View file

@ -192,6 +192,9 @@ func reference {
this =?
this
}
func ->? {
reference
}
func _string {
def object =object