assignments in if crash the engine

Issue #23 wontfix
Fabian Maurer created an issue
label Start
    $test = 1;
    if($test = 1) then
        say "Creeper" "Hi.";
    end
end

This mostly happens if mispspelling the compare operator.

Comments (2)

  1. Log in to comment