Cool feature we have just discovered
Posted: Tue Apr 18, 2017 2:59 pm
This is a fun test to run in a workspace. I doubt this is actually a problem for anyone but it does seem strange you can overwrite Classes and Jade Constants within a method.
Code: Select all
constants
Object = "Why?";
CrLf = "Not sure";
vars
begin
write Object;
write CrLf;
end;