字符串 字符串 Core.AbstractChar — Type The AbstractChar type is the supertype of all character implementations in Julia. A character represents a Unicode code point, and can be c...
Strings Strings Core.AbstractChar — Type The AbstractChar type is the supertype of all character implementations in Julia. A character represents a Unicode code point, and ...
Constants Constants Core.nothing — Constant. nothing The singleton instance of type Nothing , used by convention when there is no value to return (as in a C void functi...
Scope of Variables Scope constructs Global Scope Local Scope On Soft Scope Let Blocks Loops and Comprehensions Constants Scope of Variables The scope of a variable is th...
Random Numbers Random numbers module Random generation functions Subsequences, permutations and shuffling Generators (creation and seeding) ) Hooking into the Random API Genera...
Filesystem Filesystem Base.Filesystem.pwd — Function pwd () -> AbstractString Get the current working directory. See also: cd , tempdir . Examples julia > pwd () ...
Random Numbers Random generation functions Subsequences, permutations and shuffling Generators (creation and seeding) Hooking into the Random API Generating random values of cus...