MoriEdan / opensim4opencog

Automatically exported from code.google.com/p/opensim4opencog
1 stars 0 forks source link

say command doesn't like strings #32

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
botClientCmd(say('hello world')).

works as expected

botClientCmd(say("hello world")).

says

[16:08]  testbot Ogborn: 104 101 108 108 111 119 32 119 111 114 108 100

Original issue reported on code.google.com by anneogb...@gmail.com on 7 May 2012 at 11:10

GoogleCodeExporter commented 8 years ago
otherwise "try to" cast to string unless  { ... } wrapper is used for conveying 
a prolog term

Original comment by logicmoo@gmail.com on 22 Jul 2012 at 4:29

GoogleCodeExporter commented 8 years ago
[deleted comment]
GoogleCodeExporter commented 8 years ago
Mostly fixed in r3419 .. see  issue#70  still need the {...} code though

Original comment by logicmoo@gmail.com on 24 Jul 2012 at 11:05