1. This site uses cookies. By continuing to use this site, you are agreeing to our use of cookies. Learn More.

  2. Anuncie Aqui ! Entre em contato fdantas@4each.com.br

what is the efficiency of an assign statement in progress-4gl

Discussão em 'StackOverflow' iniciado por fdantas, Fevereiro 7, 2019.

  1. fdantas

    fdantas Administrator Moderador

    why is an assign statement more efficient than not using assign?

    co-workers say that:

    assign
    a=3
    v=7
    w=8.


    is more efficient than:

    a=3.
    v=7.
    w=8.


    why?

    Continue reading...

Compartilhe esta Página