Not logged in.  Login/Logout/Register | List snippets | | Create snippet | Upload image | Upload data

Editing Snippet ID: #1012875
Snippet name:
Category, Type:
Content:
1
2
3
4
5
6
7
8
9
10
// result is thought space
static void ai_muse_pluma(S word) {
  ai_newThoughtSpaceBlockingA("#Start word", "#Question"); // 
"#Start word" is not used
  ai_muse_pluma_processWord(word);
}
svoid ai_muse_pluma_processWord(S word) {
  S type = ai_forward(word, "is a");
  post("#Question", "is", "What type of " + type + " is it?");
}
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
Comment:
Public (visible to everyone):
Created: 2017-12-14 23:14:50

This page without fancy editor.