Content deleted Content added
Rescuing 1 sources and tagging 0 as dead. #IABot (v1.6beta) |
m renamed data type and data structure element from 'gender' to 'sex' to make it more appropriate. |
||
Line 35:
<!-- Don't use <source> tag, because there is wikitext in the source code. -->
person [[#interface|'''<~''']] {dayOfBirth:[] '''=>''' ''day''.
age:[] '''=>''' ''integer''.
name:[] '''=>''' ''string''.
home:[] '''=>''' ''string''.
lives:[''string'']{}}.
person:[''string'', ''day'',
person(Nm, Born, Sx, Hm)..{
dayOfBirth() '''=>''' Born.
age() '''=>''' yearsBetween(now(), Born).
name() '''=>''' Nm.
home() '''=>''' Hm.
|