[2012-01-21]. (原始内容存档于2009-01-22) (英语). What is autopackage? For users: it makes software installation on Linux easier. If a project provides an autopackage
RECORD if : Interface; END; PROCEDURE Init* (f : Figure; if : Interface); BEGIN f.if := if; END Init; PROCEDURE Draw* (f : Figure); BEGIN f.if.draw(f);