This example shows how one can
weather
),The command weather
programmed here allows to find out how the weather is today
or tomorrow
- just say “weather today” or “weather tomorrow”. Furthermore, if you say “help weather”, it will show in the [Julia REPL] the function documentation written here. To run this example, type in the [Julia REPL] include("path-to-file")
or simply copy-paste the code below inside (the corresponding file can be found here).
Main.mdinclude(joinpath(Main.EXAMPLEROOT, "config_custom_function.jl"))