Skip to content

Data Types

Coding Cactus edited this page Aug 7, 2022 · 1 revision

Bow has 3 data types:

  • str => String: "Hello"
  • dec => Numbers: 15.4
  • boo => Booleans: true/false

Clone this wiki locally