ref/packages [en]

All languages

Differences between version #5814 and #6328

43a44,53
> ==== Importing a single type from a module ====
> Given a module containing multiple types, such as
> <code haxe>
> 	package my.pack2;
> 	typedef A = { a : String }
> 	typedef B = { b : String }
> </code>it is possible to import one type at a time from that module, using the following syntax:
> <code haxe>
> 	import my.pack2.A;
> </code>
50c60
< import flash.display.*;
---
> 	import flash.display.*;

	
Ver Date User Action
#15855 2013-01-14 08:13:39 jason View | Diff
#11973 2011-11-30 13:03:14 JLM Restored to version #9322
#11810 2011-11-30 11:23:05 Anonymous View | Diff
#9322 2010-10-19 13:02:00 beunhaas1 View | Diff
#9248 2010-09-19 16:08:25 baffo32 View | Diff
#7130 2009-10-23 22:48:42 Chax0 View | Diff
#6954 2009-09-05 17:30:29 justsee View | Diff
#6328 2009-07-14 22:24:00 zjnue View | Diff
#5814 2009-04-19 13:39:50 amn View | Diff
#5813 2009-04-19 13:38:37 amn View | Diff
#5812 2009-04-19 13:37:43 amn View | Diff
#5352 2009-01-18 16:43:10 mjambon View | Diff
#5351 2009-01-18 16:39:07 mjambon View | Diff
#4170 2008-09-06 14:59:39 mrsneeze View | Diff
#1113 2008-05-03 10:44:42 ponticelli View | Diff
#21 2008-05-01 22:09:11 ncannasse View | Diff
#20 2008-05-01 22:09:11 ncannasse Set title to Packages and Imports

Previous | Next