# Commodore BASIC, method 1 (28 bytes)#

	0 ?1,2,3,4,5,6,7,8,9,10

### Method 2 (27 bytes) ###

	0 FORI=1TO10:PRINTI,:NEXT

### Method 3 (40 bytes) ###

	0 I=1
	1 PRINTI,:I=I+1:IFI<11THEN1

### Method 4 (32 bytes) ###

	0 PRINTI,:I=I+1:IFI<11THEN0
	I=1:GOTO0

I'm working out the memory used with `PRINT 38911-(fre(0)-65536*(fre(0)<0))` on a Commodore 64.