Skip to content

Files

Latest commit

 

History

History
25 lines (14 loc) · 266 Bytes

README.md

File metadata and controls

25 lines (14 loc) · 266 Bytes

bash-types

Types for bash.


Is it safe? No.

Is it fast? No.

Is it stable? No.

Is it smart? No.

Does it work? ... kinda actually

source bash-types.sh

int a=2

echo "$a" # => 2

int b=foo # => Error: int b assigned to non numeric value 'foo'