Skip to main content
Commonmark migration
Source Link

##QBIC, 16 bytes

QBIC, 16 bytes

:#*|[1,a|B=B+A?B 

Explanation:

: Gets a cmd line param as number called 'a' #*| Define A$ as '*' [1,a| FOR b = 1 to a B=B+A Extend B$ with another astrix ?B Print B$ <FOR LOOP implicitly closed> 

QBIC's seen a few updates since this answer was posted. This could now be done with these 12 bytes:

[:|B=B+@*`?B 

##QBIC, 16 bytes

:#*|[1,a|B=B+A?B 

Explanation:

: Gets a cmd line param as number called 'a' #*| Define A$ as '*' [1,a| FOR b = 1 to a B=B+A Extend B$ with another astrix ?B Print B$ <FOR LOOP implicitly closed> 

QBIC's seen a few updates since this answer was posted. This could now be done with these 12 bytes:

[:|B=B+@*`?B 

QBIC, 16 bytes

:#*|[1,a|B=B+A?B 

Explanation:

: Gets a cmd line param as number called 'a' #*| Define A$ as '*' [1,a| FOR b = 1 to a B=B+A Extend B$ with another astrix ?B Print B$ <FOR LOOP implicitly closed> 

QBIC's seen a few updates since this answer was posted. This could now be done with these 12 bytes:

[:|B=B+@*`?B 
deleted 1 character in body
Source Link
steenbergh
  • 8.2k
  • 1
  • 27
  • 43

##QBIC, 16 bytes

:#*|[1,a|B=B+A?B 

Explanation:

: Gets a cmd line param as number called 'a' #*| Define A$ as '*' [1,a| FOR b = 1 to a B=B+A Extend B$ with another astrix ?B Print B$ <FOR LOOP implicitly closed> 

QBIC's seen a few updates since this answer was posted. This could now be done with these 1312 bytes:

[:[a|B=B+@*`|B=B+@*`?B 

##QBIC, 16 bytes

:#*|[1,a|B=B+A?B 

Explanation:

: Gets a cmd line param as number called 'a' #*| Define A$ as '*' [1,a| FOR b = 1 to a B=B+A Extend B$ with another astrix ?B Print B$ <FOR LOOP implicitly closed> 

QBIC's seen a few updates since this answer was posted. This could now be done with these 13 bytes:

:[a|B=B+@*`?B 

##QBIC, 16 bytes

:#*|[1,a|B=B+A?B 

Explanation:

: Gets a cmd line param as number called 'a' #*| Define A$ as '*' [1,a| FOR b = 1 to a B=B+A Extend B$ with another astrix ?B Print B$ <FOR LOOP implicitly closed> 

QBIC's seen a few updates since this answer was posted. This could now be done with these 12 bytes:

[:|B=B+@*`?B 
replaced http://codegolf.stackexchange.com/ with https://codegolf.stackexchange.com/
Source Link

##QBICQBIC, 16 bytes

:#*|[1,a|B=B+A?B 

Explanation:

: Gets a cmd line param as number called 'a' #*| Define A$ as '*' [1,a| FOR b = 1 to a B=B+A Extend B$ with another astrix ?B Print B$ <FOR LOOP implicitly closed> 

QBIC's seen a few updates since this answer was posted. This could now be done with these 13 bytes:

:[a|B=B+@*`?B 

##QBIC, 16 bytes

:#*|[1,a|B=B+A?B 

Explanation:

: Gets a cmd line param as number called 'a' #*| Define A$ as '*' [1,a| FOR b = 1 to a B=B+A Extend B$ with another astrix ?B Print B$ <FOR LOOP implicitly closed> 

QBIC's seen a few updates since this answer was posted. This could now be done with these 13 bytes:

:[a|B=B+@*`?B 

##QBIC, 16 bytes

:#*|[1,a|B=B+A?B 

Explanation:

: Gets a cmd line param as number called 'a' #*| Define A$ as '*' [1,a| FOR b = 1 to a B=B+A Extend B$ with another astrix ?B Print B$ <FOR LOOP implicitly closed> 

QBIC's seen a few updates since this answer was posted. This could now be done with these 13 bytes:

:[a|B=B+@*`?B 
added 126 characters in body
Source Link
steenbergh
  • 8.2k
  • 1
  • 27
  • 43
Loading
added 100 characters in body
Source Link
steenbergh
  • 8.2k
  • 1
  • 27
  • 43
Loading
Source Link
steenbergh
  • 8.2k
  • 1
  • 27
  • 43
Loading