Skip to main content
added 8 characters in body
Source Link
Steadybox
  • 16.6k
  • 5
  • 42
  • 84

Operation Flashpoint scripting language, 50 50  46 bytes

f={a=[];t=_this;i=t;whilea=[];t=_this;while{i>0count a<t}do{a=a+[t];i=i-1a=a+[t]};a} 

Call with:

hint format["%1", 5 call f] 

Output:

Operation Flashpoint scripting language, 50 bytes

f={a=[];t=_this;i=t;while{i>0}do{a=a+[t];i=i-1};a} 

Call with:

hint format["%1", 5 call f] 

Output:

Operation Flashpoint scripting language,  50  46 bytes

f={a=[];t=_this;while{count a<t}do{a=a+[t]};a} 

Call with:

hint format["%1", 5 call f] 

Output:

deleted 28 characters in body
Source Link
Steadybox
  • 16.6k
  • 5
  • 42
  • 84

Operation Flashpoint scripting language, 50 bytes

f={a=[];t=_this;i=t;while{i>0}do{a=a+[t];i=i-1};a} 

Call with:

hint format["%1", 5 call f] 

Output:

enter image description here

Operation Flashpoint scripting language, 50 bytes

f={a=[];t=_this;i=t;while{i>0}do{a=a+[t];i=i-1};a} 

Call with:

hint format["%1", 5 call f] 

Output:

enter image description here

Operation Flashpoint scripting language, 50 bytes

f={a=[];t=_this;i=t;while{i>0}do{a=a+[t];i=i-1};a} 

Call with:

hint format["%1", 5 call f] 

Output:

Source Link
Steadybox
  • 16.6k
  • 5
  • 42
  • 84

Operation Flashpoint scripting language, 50 bytes

f={a=[];t=_this;i=t;while{i>0}do{a=a+[t];i=i-1};a} 

Call with:

hint format["%1", 5 call f] 

Output:

enter image description here