This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
require :spaES # <-- Select the stdlib locale | |
require 'stdlib' # <-- import the stdlib | |
# The above will be automatically done in practice, but it is just listed here | |
# as an illustration. This is because after this point, you need to use the term | |
# importar to import. | |
# As in: importar 'some-library' | |
# Only THIS file uses the function name table in español. Other files and existing libraries | |
# assuming the original or a different natural language are functionally unaffected. It is |