|
spudplate
Template scaffolding compiler for spudlang .spud files
|
An ask statement - declares a variable and prompts the user.
More...
#include <ast.h>
An ask statement - declares a variable and prompts the user.
Example: ask license "License?" string default "MIT"
Without a default clause the prompt is required; with one, the answer may be skipped and the default literal is used in its place.