summaryrefslogtreecommitdiff
path: root/2.3-1/macros/ASTManagement/_comment_string.sci
blob: a963507dfbbb4733aa3474ceeb1244fff9c30ed9 (plain)
1
2
3
4
5
6
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