Inspired by Ren'Py, Rakugo is a project aiming to provide a way to make narrative-based games on Godot easily. Simplify your project, if it is a visual novel, point and click, RPG, interactive text game or many other styles and blends of styles.
Plus you can respect or not the number of space between the '=' and '?'
answer = ? "question" is correct
answer=?"question" is also correct
But you should respect spaces between tag, question, and default answer
answer=?tag "question" "default answer" is correct
answer=?tag"question""default answer" is not
fix #245
Now ask is same as the one in the documention
Plus you can respect or not the number of space between the '=' and '?'
answer = ? "question"
is correctanswer=?"question"
is also correctBut you should respect spaces between tag, question, and default answer
answer=?tag "question" "default answer"
is correctanswer=?tag"question""default answer"
is not