new operator '111123' that returns the content of the current context or the context of an iterator

This commit is contained in:
2024-04-27 06:12:30 +02:00
parent 894b1884eb
commit 10eec286fa
3 changed files with 55 additions and 3 deletions
+2 -1
View File
@@ -63,7 +63,8 @@ const (
SymAppend // 52: '<<'
SymCaret // 53: '^'
SymDollarRound // 54: '$('
SymOpenClosedRound // 55: '()'
SymOpenClosedRound // 55: '()'
SymDoubleDollar // 56: '$$
SymChangeSign
SymUnchangeSign
SymIdentifier