diff options
Diffstat (limited to '3 Resources/Dictionary/Scalar type.md')
-rw-r--r-- | 3 Resources/Dictionary/Scalar type.md | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/3 Resources/Dictionary/Scalar type.md b/3 Resources/Dictionary/Scalar type.md new file mode 100644 index 0000000..3cd22be --- /dev/null +++ b/3 Resources/Dictionary/Scalar type.md @@ -0,0 +1,13 @@ +--- +tags: + - programming + - dictionary +--- +A scalar type represents a single value. Thus +- int +- float +- string +- double +- boolean + +are all scalar types ( even though they can have a class such as in python or rust! ).
\ No newline at end of file |