Previous Up Next

12.4.5  Using strings as names: make_symbol

Variable and function names are symbols, namely sequences of characters, which are different from strings. For example, you can have a variable named abc, but not "abc". The make_symbol command turns a string into a symbol; for example make_symbol("abc") is the symbol abc.


Examples.


Previous Up Next