Added incomplete Standard LIBS
This commit is contained in:
parent
8ae574eaf1
commit
cbda48afb1
57
README.md
57
README.md
@ -7,6 +7,63 @@
|
|||||||
*integer* : Holds 30-bit signed integers; faster than atom
|
*integer* : Holds 30-bit signed integers; faster than atom
|
||||||
*object* : Holds any of the above.
|
*object* : Holds any of the above.
|
||||||
|
|
||||||
|
## Standard Library
|
||||||
|
**Directory**: */usr/local/euphoria-x.x.x-Linux-<arch>/include/std*
|
||||||
|
|
||||||
|
net (*directory*)
|
||||||
|
|--common.e
|
||||||
|
|--dns.e
|
||||||
|
|--http.e
|
||||||
|
|--url.e
|
||||||
|
|
||||||
|
**base64.e**
|
||||||
|
filesys.e
|
||||||
|
locale.e
|
||||||
|
**os.e** - *system calls related to the Operating System*
|
||||||
|
sequence.e
|
||||||
|
unittest.e
|
||||||
|
cmdline.e
|
||||||
|
flags.e
|
||||||
|
localeconv.e
|
||||||
|
pipeio.e
|
||||||
|
serialize.e
|
||||||
|
utils.e
|
||||||
|
console.e
|
||||||
|
get.e
|
||||||
|
machine.e
|
||||||
|
pretty.e
|
||||||
|
socket.e
|
||||||
|
wildcard.e
|
||||||
|
convert.e
|
||||||
|
graphcst.e
|
||||||
|
map.e
|
||||||
|
primes.e
|
||||||
|
sort.e
|
||||||
|
datetime.e
|
||||||
|
graphics.e
|
||||||
|
math.e
|
||||||
|
rand.e
|
||||||
|
stack.e
|
||||||
|
dll.e
|
||||||
|
hash.e
|
||||||
|
mathcons.e
|
||||||
|
regex.e
|
||||||
|
stats.e
|
||||||
|
eds.e
|
||||||
|
image.e
|
||||||
|
memconst.e
|
||||||
|
safe.e
|
||||||
|
task.e
|
||||||
|
error.e
|
||||||
|
io.e
|
||||||
|
memory.e
|
||||||
|
scinot.e
|
||||||
|
text.e
|
||||||
|
eumem.e
|
||||||
|
lcid.e
|
||||||
|
search.e
|
||||||
|
types.e
|
||||||
|
|
||||||
## User input:
|
## User input:
|
||||||
|
|
||||||
Getting user input is easy, just make sure to include ```get.e``` and create a prompt like so:
|
Getting user input is easy, just make sure to include ```get.e``` and create a prompt like so:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user