Re: ConvertToBinary:incorrect index for 'value' variable of 'argument' type

Posted by cadet1620 on
URL: http://nand2tetris-questions-and-answers-forum.52.s1.nabble.com/ConvertToBinary-incorrect-index-for-value-variable-of-argument-type-tp4030974p4030975.html

Only add 'this' as the first argument to method subroutines.

function subroutines do not have a "this" and constructor subroutines create their own "this".

--Mark