Home
Feedback Tracker
Search
Configure Global Search
Log In
Transactions
T66917
Change Details
Change Details
Old
New
Diff
Also, something like this should not be possible with the new local namespace: with localNamespace do { missionVar = "i hack you"; publicVariable "missionVar"; };
Also, something like this should not be possible with the new local namespace: with localNamespace do { missionVar = "i hack you"; publicVariable "missionVar"; };
Also, something like this should not be possible with the new local namespace:
with localNamespace do {
missionVar = "i hack you";
publicVariable "missionVar";
};
Continue