Next: Enums and Constants, Up: Naming Conventions [Contents][Index]
As with standard guile naming conventions, all names are converted to
lower-case, and underscores are replaced with hyphens. Functions that
modify one or more arguments have an exclamation point (!
)
appended, and functions which ask a question and return a boolean
value have a question mark (?
) appended.