Libraries
bignum
binary
bitmap
ble
bytes
core
collections
comparable
entry
exceptions
finalization
numbers
objects
print
process
string
task
time
timer
utils
crypto
device
encoding
esp32
expect
fixed-point
flash
font
gpio
i2c
i2s
icons
io
line-wrap
log
math
monitor
net
pulse-counter
reader
reader-writer
rmt
serial
spi
statistics
system
tls
uart
uuid
writer
zlib
Library entry
This is exported from the core library, which means you don't need to import it.
Functions
__entry__main
task/
any
->
none
__entry__spawn
task/
any
->
none
__entry__task
lambda/
any
->
none
program-name
->
string
Returns the name of the toit file, image, or snapshot that the current program was run from. May return null if this information is not available.
Deprecated. Use
system.program-name
instead.