[honu] change -> to =
This commit is contained in:
parent
40ead42f0f
commit
dc3d06c7ae
|
@ -2,8 +2,8 @@
|
|||
|
||||
operator gg 2 'left
|
||||
function(left right){
|
||||
withSyntax left -> left,
|
||||
right -> right {
|
||||
withSyntax left = left,
|
||||
right = right {
|
||||
syntax(left * 2 - right)
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user