// Declare an external function
extern double bar(double x);
# https://eli.thegreenplace.net/2010/09/18/python-internals-symbol-tables-part-1
;; Some programming languages allow the symbol table to be manipulated at run-time, so that symbols can be added at any time.
Languages with Symbol Tables include C, Python, Racket, Speedie
View all concepts with or missing a hasSymbolTables measurement
Read more about Symbol Tables on the web: 1.