2016 Update
This commit is contained in:
parent
948b86eafa
commit
dcf5d15da3
7965 changed files with 139854 additions and 31002 deletions
|
|
@ -4,7 +4,7 @@ values='triangle quadrilateral pentagon hexagon heptagon octagon nonagon decagon
|
|||
keys ='thuhree vour phive sicks zeaven ate nein den duzun'
|
||||
/* [↑] superfluous blanks added to humorous */
|
||||
/* keys just because it looks prettier. */
|
||||
call hash values,keys /*nothing, then let's leave Dodge*/ /*hash the keys to the values. */
|
||||
call hash values,keys /*hash the keys to the values. */
|
||||
parse arg query . /*get what was specified on C.L. */
|
||||
if query=='' then exit /*Nothing? Then leave Dodge City*/
|
||||
pad=left('',30) /*used for padding the display. */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue