summaryrefslogtreecommitdiff
path: root/macros/ASTManagement/%comment_string.sci
diff options
context:
space:
mode:
Diffstat (limited to 'macros/ASTManagement/%comment_string.sci')
-rw-r--r--macros/ASTManagement/%comment_string.sci7
1 files changed, 7 insertions, 0 deletions
diff --git a/macros/ASTManagement/%comment_string.sci b/macros/ASTManagement/%comment_string.sci
new file mode 100644
index 00000000..a963507d
--- /dev/null
+++ b/macros/ASTManagement/%comment_string.sci
@@ -0,0 +1,7 @@
+function txt=%comment_string(e)
+//overloading function for "comment" type tlist string function
+//fields:
+// text: a string
+//this is a leaf of the AST
+ txt=['Comment : '+e.text]
+endfunction