(fortran-result>) ( type -- quots )


Vocabulary
alien.fortran.private

Inputs
typean object


Outputs
quotsan object


Definition


Methods










M: integer-type (fortran-result>)
[
size>> {
{ f [ { ~quotation~ } ] }
{ 1 [ { ~quotation~ } ] }
{ 2 [ { ~quotation~ } ] }
{ 4 [ { ~quotation~ } ] }
{ 8 [ { ~quotation~ } ] }
[ invalid-fortran-type ]
} case
] result?dims ;









M: real-complex-type (fortran-result>)
[
size>> {
{ f [ { ~quotation~ } ] }
{ 8 [ { ~quotation~ } ] }
{ 16 [ { ~quotation~ } ] }
[ invalid-fortran-type ]
} case
] result?dims ;



M: real-type (fortran-result>)
[
size>> {
{ f [ { ~quotation~ } ] }
{ 4 [ { ~quotation~ } ] }
{ 8 [ { ~quotation~ } ] }
[ invalid-fortran-type ]
} case
] result?dims ;