Fool's Types
This prompt is designed to teach you how to work with types in FoolScript.
Setup
In the .github/prompts
folder of your project, add a new file called fools-types.prompt.md
.
Usage
Example that will use the current language:
#file:fools-types.prompt.md
Example that will use Python:
#file:fools-types.prompt.md Python
Prompt
Provide a quick outline of the different types available in the current language. Include an example for each of the following if they apply:
## Integer
## Floating Point Numbers
## Booleans
## Strings
## Characters
## Arrays
## Dictionaries/Mappings
## Custom Types
## Anything else you think is important.
Begin your response with an empty markdown block. Add 3 backticks (```) before the response. For example:
```markdown```Response...