This website requires JavaScript.
Explore
Help
Sign In
aniani
/
elinks
Watch
1
Star
0
Fork
0
You've already forked elinks
mirror of
https://github.com/rkd77/elinks.git
synced
2024-11-03 08:07:17 -05:00
Code
1c87b361b2
elinks
/
test
/
ecmascript
/
infinite.html
8 lines
70 B
HTML
Raw
Normal View
History
Unescape
Escape
Initial commit of the HEAD branch of the ELinks CVS repository, as of Thu Sep 15 15:57:07 CEST 2005. The previous history can be added to this by grafting.
2005-09-15 09:58:31 -04:00
<
script
>
[mozjs45] Code is unstable, but at least compiles.
2020-10-23 16:34:58 -04:00
var a = 0;
while (true) {
a += 1;
a -= 1;
}
Initial commit of the HEAD branch of the ELinks CVS repository, as of Thu Sep 15 15:57:07 CEST 2005. The previous history can be added to this by grafting.
2005-09-15 09:58:31 -04:00
<
/
script
>
Copy Permalink