List of Hugo Keywords

This is a discussion / support forum for the Hugo programming language by Kent Tessman. Hugo is a powerful programming language for making text games / interactive fiction with multimedia support.

Hugo download links: https://www.generalcoffee.com/hugo
Roody Yogurt's Hugo Blog: https://notdeadhugo.blogspot.com
The Hugor interpreter by RealNC: http://ifwiki.org/index.php/Hugor

Moderators: Ice Cream Jonsey, joltcountry

User avatar
Tdarcos
Posts: 9333
Joined: Fri May 16, 2008 9:25 am
Location: Arlington, Virginia
Contact:

List of Hugo Keywords

Post by Tdarcos »

Was creating this to write a syntax highlighter XML script for Programmer's Notepad.
Gave some interesting phrases

alias and anything
break call
capital case
children class
do elder
false for held
if in input is jump
locate move
music nearby
number object
picture playback
quit random
remove restart
select serial$
sound string system
true undo

Aww shit, I just busted my entry; this was meant to be a reply, not a replace!

Found them:

alias and anything array at attribute
break call capital case child children class
cls color dict do elder eldest else elseif
false for held hex if in input is jump local
locate move multi multiheld multinotheld
music nearby newline not notheld number
object or parent parse$ pause picture
playback print printchar property quit
random readfile readval recordoff recordon
remove restart restore return routine run
runevents save scriptoff scripton select
serial$ sibling sound string system text to
true undo verb while window writefile
writeval xobject xverb younger youngest
Last edited by Tdarcos on Tue Jan 10, 2012 11:32 am, edited 3 times in total.
Alan Francis wrote a book containing everything men understand about women. It consisted of 100 blank pages.

Roody_Yogurt
Posts: 2179
Joined: Mon Apr 29, 2002 6:23 pm
Location: Milwaukee

Post by Roody_Yogurt »

You might want to take a look at pre-existing syntax files for a quick list of reserved words you might want to use-

EditPlus: http://roody.gerynarsabode.org/hugo.stx
Emerald Editor: http://roody.gerynarsabode.org/emeraldhugo.zip
gedit: http://roody.gerynarsabode.org/hugo.lang

Post Reply