commit | 36c4499d36a36ab3e1a68545e613bce61fb15f3c | [log] [tgz] |
---|---|---|
author | Paul Sokolovsky <pfalcon@users.sourceforge.net> | Mon Jan 13 19:20:46 2014 +0200 |
committer | Paul Sokolovsky <pfalcon@users.sourceforge.net> | Wed Jan 15 02:15:47 2014 +0200 |
tree | 57d5184880bd55d8355864b0ec2fe834e11635c0 | |
parent | 76d982ef343dcadd35355aed9c568984c850fb7b [diff] [blame] |
Implement str() and repr() builtin functions.
diff --git a/py/mpqstrraw.h b/py/mpqstrraw.h index c3cda84..615c9da 100644 --- a/py/mpqstrraw.h +++ b/py/mpqstrraw.h
@@ -56,9 +56,11 @@ Q(pow) Q(print) Q(range) +Q(repr) Q(set) Q(sorted) Q(sum) +Q(str) Q(tuple) Q(type) Q(zip)