diff --git a/docs/base/std.md b/docs/base/std.md index 6b8a070..b14ffeb 100644 --- a/docs/base/std.md +++ b/docs/base/std.md @@ -354,6 +354,11 @@ - +### `->? ::: -> ` + + - + + ### `_float ::: -> ` - diff --git a/docs/std.md b/docs/std.md index f1df13b..f01a113 100644 --- a/docs/std.md +++ b/docs/std.md @@ -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 diff --git a/std.isbpl b/std.isbpl index 013a4cb..30d712f 100644 --- a/std.isbpl +++ b/std.isbpl @@ -192,6 +192,9 @@ func reference { this =? this } +func ->? { + reference +} func _string { def object =object