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