make it possible to use the characters ' and ? anywhere in identifiers
closes #129
This commit is contained in:
parent
ce9150b588
commit
b9a161d474
2 changed files with 3 additions and 3 deletions
|
@ -45,8 +45,8 @@ or_: \\a, b ->
|
|||
else b
|
||||
|
||||
withDotter \\d ->
|
||||
visible = mod (d Num) length < length * duty
|
||||
if (visible)
|
||||
visible? = mod (d Num) length < length * duty
|
||||
if (visible?)
|
||||
stroke thickness color (line (d From) (d To))
|
||||
else
|
||||
()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue