Files
kodjo dd3d8f4abe Fixed #61 : SheerkaDebugManager: Add get_value()
Fixed #60 : Hash error when ReturnValue is a list of list
Fixed #59 : Implement smart_get()
Fixed #58 : SheerkaPromptCompleter: Cannot parse concept token
Fixed #57 : SheerkaPrompt: Add concept autocompletion
Fixed #56 : automatically backup command
Fixed #54 : I can record execution status
Fixed #53 : ConceptManager: modify_concept fails
2021-04-09 15:47:32 +02:00

11 lines
230 B
Plaintext

#import full
push_ontology("test-adjective")
def concept size
def concept little
def concept girl
def concept little x as set_attr(x, size, little) ret x
def concept the x ret memory(x)
def concept how is x as get_attr(x, size)