repo.or.cz
/
maxima.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Add support for external html docs
[maxima.git]
/
interfaces
/
xmaxima
/
Utils
/
Messages.tcl
blob
1059785d9057c6d5ea90b7e2d7ce2468bf13a66d
1
2
proc
M
{
str args
} {
3
if
{
$args
==
""
} {
return
$str
}
4
return
[
eval
[
list format
$str
]
$args
]
5
}