소스 검색

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;
}

불러오는 중...
취소
저장