size
Function, File Property
Function
The size of a rectangle as [width, height].
Example:
put the size of [200,50,325,80] —> [125,30]
Related: width, height
File Property
The size of a file in bytes.
Example:
if the size of file "illustration.png" is more than 3 MB then put "Too large"
note
This page is under construction: it has not been reviewed for completeness.