File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -1081,21 +1081,21 @@ strftime_local.`,
1081
1081
{
1082
1082
name : "systime" ,
1083
1083
class : FUNC_CLASS_TIME ,
1084
- help : "help string will go here " ,
1084
+ help : "Returns the system time in floating-point seconds since the epoch. " ,
1085
1085
zaryFunc : bifs .BIF_systime ,
1086
1086
},
1087
1087
1088
1088
{
1089
1089
name : "systimeint" ,
1090
1090
class : FUNC_CLASS_TIME ,
1091
- help : "help string will go here " ,
1091
+ help : "Returns the system time in integer seconds since the epoch. " ,
1092
1092
zaryFunc : bifs .BIF_systimeint ,
1093
1093
},
1094
1094
1095
1095
{
1096
1096
name : "uptime" ,
1097
1097
class : FUNC_CLASS_TIME ,
1098
- help : "help string will go here " ,
1098
+ help : "Returns the time in floating-point seconds since the current Miller program was started. " ,
1099
1099
zaryFunc : bifs .BIF_uptime ,
1100
1100
},
1101
1101
You can’t perform that action at this time.
0 commit comments