ueforth icon indicating copy to clipboard operation
ueforth copied to clipboard

adding date@ to eFORTH web

Open MPETREMANN11 opened this issue 1 year ago • 0 comments

JSWORD: date@ { -- y m d } let date = new Date(); return [date.getFullYear(), date.getMonth()+1, date.getUTCDate()]; ~

MPETREMANN11 avatar Mar 21 '23 10:03 MPETREMANN11