anonymous@shitwaffles:~$ uname -sr
Anonix 1.3.1
anonymous@shitwaffles:~$ lol
I LOL'D
anonymous@shitwaffles:~$
Name:
Anonymous2008-05-15 21:21
__ __ __ __ ____ ___ _______________________________________________
|| || || || || || ||__ Hugs 98: Based on the Haskell 98 standard
||___|| ||__|| ||__|| __|| Copyright (c) 1994-2005
||---|| ___|| World Wide Web: http://haskell.org/hugs
|| || Bugs: http://hackage.haskell.org/trac/hugs
|| || Version: Sep 2006 _______________________________________________
Haskell 98 mode: Restart with command line option -98 to enable extensions
Type :? for help
Hugs> lol
ERROR - Undefined variable "lol"
Hugs>
Name:
Anonymous2008-05-15 21:24
WELCOME TO ADVENTURE!! WOULD YOU LIKE INSTRUCTIONS?
lol
SOMEWHERE NEARBY IS COLOSSAL CAVE, WHERE OTHERS HAVE FOUND
FORTUNES IN TREASURE AND GOLD, THOUGH IT IS RUMORED
THAT SOME WHO ENTER ARE NEVER SEEN AGAIN. MAGIC IS SAID
TO WORK IN THE CAVE. I WILL BE YOUR EYES AND HANDS. DIRECT
ME WITH COMMANDS OF 1 OR 2 WORDS.
(ERRORS, SUGGESTIONS, COMPLAINTS TO CROWTHER)
(IF STUCK TYPE HELP FOR SOME HINTS)
YOU ARE STANDING AT THE END OF A ROAD BEFORE A SMALL BRICK
BUILDING . AROUND YOU IS A FOREST. A SMALL
STREAM FLOWS OUT OF THE BUILDING AND DOWN A GULLY.
THE HITCHHIKER'S GUIDE TO THE GALAXY
Infocom interactive fiction - a science fiction story
Copyright (c) 1984 by Infocom, Inc. All rights reserved.
Release 59 / Serial number 851108
You wake up. The room is spinning very gently round your head. Or at least it would be if you could see it which you can't.
It is pitch black. lol
I don't know the word "lol".
Name:
Anonymous2008-05-15 22:42
Error: lol is not defined
Source File: javascript:%20lol
Line: 1
Name:
Anonymous2008-05-15 22:48
irb(main):001:0> lol
NameError: undefined local variable or method `lol' for main:Object
from (irb):1
Name:
Anonymous2008-05-15 23:00
Python 2.5.1 (r251:54863, Apr 18 2007, 08:51:08) [MSC v.1310 32 bit (Intel)] on win32
Type "help", "copyright", "credits" or "license" for more information.
>>> lol
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
NameError: name 'lol' is not defined
>>>
Name:
Anonymous2008-05-15 23:40
Microsoft Windows XP [Version 5.1.2600]
(C) Copyright 1985-2001 Microsoft Corp.
C:\Documents and Settings\chris>lol
'lol' is not recognized as an internal or external command,
operable program or batch file.
root@db6 / # psql lol
psql: FATAL: database "lol" does not exist
Name:
Anonymous2009-08-31 14:08
[james@konata:~/codans/haskal/abc] ./abc
The ABC interpreter, version 0.7
Type `:c' for ABC commands, `:q' to quit
abc> lol
*** Excpetipion: Stack overflow
[james@konata:~/codans/haskal/abc] ./abc --standard=abc
The ABC interpreter, version 0.7
Type `:c' for ABC commands, `:q' to quit
abc> lol
$ gdb
GNU gdb 6.8-debian
Copyright (C) 2008 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>;
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law. Type "show copying"
and "show warranty" for details.
This GDB was configured as "i486-linux-gnu".
(gdb) lol
Undefined command: "lol". Try "help".