Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings
This repository was archived by the owner on Jun 5, 2020. It is now read-only.

Latest commit

 

History

History
History
19 lines (19 loc) · 595 Bytes

File metadata and controls

19 lines (19 loc) · 595 Bytes
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
MetaScript(0,17,0);
write('console.log(');
write(JSON.stringify("included"));
write(');\r\n');
write('\r\n');
write('// This will be indented once more:\r\n');
__=' ';
if (YEP) include("sub/someotherinclude.js");
write('\r\n');
write('// This should say \'undefined\' as NOPE is not visible in other files:\r\n');
write('// ');
write(typeof NOPE);
writeln();
write('\r\n');
write('// This should say \'undefined\' as filename is not visible in __runProgram:\r\n');
write('// ');
write(typeof filename === 'undefined' ? 'undefined' : filename);
writeln();
write('\r\n');
Morty Proxy This is a proxified and sanitized view of the page, visit original site.