<s>
The	B-Language
Shakespeare	I-Language
Programming	I-Language
Language	I-Language
(	O
SPL	O
)	O
is	O
an	O
esoteric	O
programming	O
language	O
designed	O
by	O
Jon	B-Language
Åslund	I-Language
and	O
Karl	O
Wiberg	O
.	O
</s>
<s>
A	O
character	O
list	O
in	O
the	O
beginning	O
of	O
the	O
program	O
declares	O
a	O
number	O
of	O
stacks	B-Application
,	O
naturally	O
with	O
names	O
like	O
"	O
Romeo	O
"	O
and	O
"	O
Juliet	O
"	O
.	O
</s>
<s>
These	O
characters	O
enter	O
into	O
dialogue	O
with	O
each	O
other	O
in	O
which	O
they	O
manipulate	O
each	O
other	O
's	O
topmost	O
values	O
,	O
push	B-Application
and	I-Application
pop	I-Application
each	O
other	O
,	O
and	O
do	O
I/O	B-General_Concept
.	O
</s>
<s>
The	O
characters	O
can	O
also	O
ask	O
each	O
other	O
questions	O
which	O
behave	O
as	O
conditional	B-Language
statements	O
.	O
</s>
<s>
On	O
the	O
whole	O
,	O
the	O
programming	O
model	O
is	O
very	O
similar	O
to	O
assembly	B-Language
language	I-Language
but	O
much	O
more	O
verbose	O
.	O
</s>
<s>
The	O
first	O
line	O
in	O
a	O
Shakespeare	B-Language
program	O
is	O
called	O
the	O
'	O
title	O
 '	O
.	O
</s>
<s>
A	O
piece	O
of	O
code	O
in	O
Shakespeare	B-Language
is	O
broken	O
into	O
Acts	O
which	O
contain	O
Scenes	O
in	O
which	O
characters	O
(	O
variables	O
)	O
interact	O
.	O
</s>
<s>
Lines	O
can	O
also	O
manipulate	O
stacks	B-Application
or	O
act	O
as	O
if/then	O
or	O
goto	O
statements	O
.	O
</s>
<s>
A	O
conditional	B-Language
statement	I-Language
to	O
call	O
a	O
goto	O
would	O
look	O
like	O
this	O
:	O
</s>
<s>
Each	O
variable	O
is	O
a	O
stack	B-Application
.	O
</s>
<s>
A	O
variable	O
will	O
have	O
an	O
integer	O
pushed	O
onto	O
its	O
stack	B-Application
if	O
a	O
line	O
tells	O
the	O
character	O
to	O
"	O
remember	O
"	O
an	O
appropriate	O
value	O
,	O
such	O
as	O
"	O
Remember	O
me	O
"	O
,	O
or	O
"	O
Remember	O
yourself	O
"	O
.	O
</s>
<s>
The	O
topmost	O
value	O
in	O
the	O
stack	B-Application
is	O
popped	O
(	O
i.e.	O
,	O
the	O
variable	O
assumes	O
this	O
value	O
)	O
if	O
the	O
character	O
is	O
told	O
to	O
"	O
recall	O
"	O
anything	O
;	O
all	O
text	O
after	O
this	O
word	O
is	O
treated	O
as	O
a	O
comment	O
.	O
</s>
