CS1 Standard Demo Page

The following text was written to the standard output stream when the WordList.java.html program was executed from IntelliJ.

>>> display
whats
up
people
do
you
know
me
i
am
a
person
with
a
brain
that
can
function
>>> add first omg
>>> add last okay
>>> display
omg
whats
up
people
do
you
know
me
i
am
a
person
with
a
brain
that
can
function
okay
>>> swap 1 3
>>> print first
up
>>> print 3
omg
>>> add last good luck
>>> ### Unrecognizable command: luck
>>> add last goodluck
>>> displau
### Unrecognizable command: displau
>>> display
up
whats
omg
people
do
you
know
me
i
am
a
person
with
a
brain
that
can
function
okay
good
goodluck
>>>