
Appendix B Implementation Specifics
Note that in Liquid Lisp,CONTROL-G andCONTROL-g both refer to the character you get by typing G with both theCONTROL andSHIFT keys held down. If you are writing a keyboard accelerator (a brief combination of keystrokes that invokes a command) and want it to refer to the character obtained by typingCONTROL and unshiftedg, then refer to the character in your code as#\control-\g. If you don't, the Liquid Lisp reader will uppercase theg.

Generated with Harlequin WebMaker