Translations:Translation Sandbox/9/pt-br: Difference between revisions

From SPEDAS Wiki
Jump to navigation Jump to search
(Created page with "<syntaxhighlight lang="idl"> pro some_idl_routine ; An IDL routine that does some stuff timespan,'2007-03-23' thm_load_state,probe='a',/get_support tplot,['tha_state_pos','tha_state_vel'] end </syntaxhighlight>")
 
(No difference)

Latest revision as of 08:11, 29 December 2023

Information about message (contribute)
This message has no documentation. If you know where or how this message is used, you can help other translators by adding documentation to this message.
Message definition (Translation Sandbox)
<syntaxhighlight lang="idl">
pro some_idl_routine
   ; An IDL routine that does some stuff
   timespan,'2007-03-23'
   thm_load_state,probe='a',/get_support
   tplot,['tha_state_pos','tha_state_vel']
end
</syntaxhighlight>

<syntaxhighlight lang="idl"> pro some_idl_routine

  ; An IDL routine that does some stuff
  timespan,'2007-03-23'
  thm_load_state,probe='a',/get_support
  tplot,['tha_state_pos','tha_state_vel']

end </syntaxhighlight>