Functions | |
id | x () |
!assert (all(y==x)) | |
1+...%!2-\#comments here ok%!3/...#comments here ok%!-1, 6 | assert () |
a,...%!b,...%!c,...%comments ok%!x,#continuation characters not required in parens%!y,\#but they should work too.%!z | y () |
!test | !assert (f(), 1) |
Variables | |
!a = 1 | |
!b = 2 | |
!y |
!test !assert | ( | f() | , | |
1 | ||||
) |
!assert | ( | all(y==x) | ) |
1 + ... %! 2 - \# comments here ok %! 3 / ... # comments here ok %! -1,6 assert | ( | ) | [virtual] |
id x | ( | ) | [virtual] |
a,... %! b, ... %! c, ... % comments ok %! x, # continuation characters not required in parens %! y, \# but they should work too. %! z y | ( | ) | [virtual] |
!a = 1 |
!b = 2 |