Skip to content

Latest commit

 

History

History
21 lines (12 loc) · 401 Bytes

text3.md

File metadata and controls

21 lines (12 loc) · 401 Bytes
  • ternary op: ?? !!
  • chained comparisons
  • loops: for, last
  • pointy block syntax ->
  • regular expression with ^, ., \s, \d, *, +, ()
  • positional capture variables
  • heredoc's with q, to
$/[0] $()/[0] $0
style for first,  last easy to overlook

^Up^