标签: tcl
出于某些原因,我需要使用jim tcl, 这就是我的代码:
set numbertoconvert 40 if { $numbertoconvert >= 32 } { puts ["A CODE TO GET 40th UNICODE CHARACTER WHICH IS "(""] }
答案 0 :(得分:1)
将format与%c修饰符一起使用:
format
%c
format %c 40