浏览代码

Remove some others 'conversation' comments

master
mtardy 4 年前
父节点
当前提交
895e834e15
共有 1 个文件被更改,包括 1 次插入5 次删除
  1. +1
    -5
      calc.leg

+ 1
- 5
calc.leg 查看文件

@ -20,11 +20,7 @@
oop update_symbol_value(oop symbol, oop integer)
{
//_checkType(symbol, Symbol);
// For now it will fail with assigning to null
// because for now we can write "a=2 b=a" because everything is passed by value
//_checkType(integer, Integer);
set(symbol, Symbol, value, integer); // checktyype is implicit, and it's ok for symbols to store any object value?
set(symbol, Symbol, value, integer);
return symbol;
}

正在加载...
取消
保存