File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ Synopsis 2: Bits and Pieces
14
14
Created: 10 Aug 2004
15
15
16
16
Last Modified: 09 Apr 2012
17
- Version: 255
17
+ Version: 256
18
18
19
19
This document summarizes Apocalypse 2, which covers small-scale
20
20
lexical items and typological issues. (These Synopses also contain
@@ -2074,8 +2074,8 @@ single-character context specifiers such as + for numbers and ~ for strings:
2074
2074
%x{~f()} = %y{g()}; # string item context for f(), list context for g()
2075
2075
%x{f()} = %y{~g()}; # list context for f(), string item context for g()
2076
2076
2077
- Sigils used either as functions or as list prefix operators also
2078
- force context, so these also work:
2077
+ Sigils used as functions with parenthesis also force context, so these
2078
+ also work:
2079
2079
2080
2080
@x[$(g())] # item context for g()
2081
2081
%x{$(g())} # item context for g()
You can’t perform that action at this time.
0 commit comments