-[] var Abbreviation for "variable", "It's a box to put values in." -[] int type "It's one of the types of variables," You can enter an integer (not a large number of digits)! " -[] Integer "A variable that can contain an integer, or an integer ~" -[] str "One of the types of variables is that you can put a character string (a collection of characters)!" -[] boolean type Sometimes expressed as "logical type" in Japanese. "It's one of the types of variables that you can enter a boolean value!" -[] type function If you don't know the type, use the type function to find the type.
Recommended Posts