What programming langauge is this
Posted
by Hutch
on Stack Overflow
See other posts from Stack Overflow
or by Hutch
Published on 2010-03-16T17:08:55Z
Indexed on
2010/03/16
17:11 UTC
Read the original article
Hit count: 248
programming-languages
We're trying to script a cad program, and this is the example for controlling the date in our design slugs, but I don't even know what language it is to know what to do with it.
! LIBEDATE
def &d$ &ret$
set &d$ = rstr(`/`,` `,#d$);
set &ret$ = word(&d$,2),`/`,word(&d$,1),`/`,subs(word(&d$,3), -2, 2)
© Stack Overflow or respective owner