Skip to main content
Commonmark migration
Source Link

#IBM/Lotus Notes Formula, 48 bytes

IBM/Lotus Notes Formula, 48 bytes

o:=i;@While(i>0;i:=@Integer(i*@Random);o:=o:i);o 

Field formula that takes input from another field i.

There's no TIO for formula so here's a screenshot of a sample output:

enter image description here

#IBM/Lotus Notes Formula, 48 bytes

o:=i;@While(i>0;i:=@Integer(i*@Random);o:=o:i);o 

Field formula that takes input from another field i.

There's no TIO for formula so here's a screenshot of a sample output:

enter image description here

IBM/Lotus Notes Formula, 48 bytes

o:=i;@While(i>0;i:=@Integer(i*@Random);o:=o:i);o 

Field formula that takes input from another field i.

There's no TIO for formula so here's a screenshot of a sample output:

enter image description here

Source Link
ElPedro
  • 6.5k
  • 2
  • 26
  • 39

#IBM/Lotus Notes Formula, 48 bytes

o:=i;@While(i>0;i:=@Integer(i*@Random);o:=o:i);o 

Field formula that takes input from another field i.

There's no TIO for formula so here's a screenshot of a sample output:

enter image description here