diff options
author | olpc user <olpc@xo-5d-f7-86.localdomain> | 2019-11-22 18:30:17 -0800 |
---|---|---|
committer | olpc user <olpc@xo-5d-f7-86.localdomain> | 2019-11-22 18:30:17 -0800 |
commit | dd35e6f5cf4bda4ae17d7611fbc138fdbdf60c8b (patch) | |
tree | 42b5ae6032a9e9e611d5dad1d83d7f1201cd505c /starts/meaning-vm/helpers.hpp | |
parent | c2ed17faa6aa9f8420128d2713c5b557ab333466 (diff) | |
download | standingwithresilience-dd35e6f5cf4bda4ae17d7611fbc138fdbdf60c8b.tar.gz standingwithresilience-dd35e6f5cf4bda4ae17d7611fbc138fdbdf60c8b.zip |
syntax sugar for assigning anonymous to name
Diffstat (limited to 'starts/meaning-vm/helpers.hpp')
-rw-r--r-- | starts/meaning-vm/helpers.hpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/starts/meaning-vm/helpers.hpp b/starts/meaning-vm/helpers.hpp index 103e826..eca2479 100644 --- a/starts/meaning-vm/helpers.hpp +++ b/starts/meaning-vm/helpers.hpp @@ -53,3 +53,5 @@ ref operator-(ref a, ref b); ref a(ref what); ref an(ref what); +ref a(ref what, ref name); +ref an(ref what, ref name); |