<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>koideforest</author_name>
  <author_url>https://blog.hatena.ne.jp/koideforest/</author_url>
  <blog_title>nano_exit</blog_title>
  <blog_url>https://koideforest.hatenadiary.com/</blog_url>
  <categories>
    <anon>プログラミング</anon>
  </categories>
  <description>練習として、オプショナル引数を使ったサンプルプログラムを作った。Fortran 入門: サブルーチンと関数（自作手続） program ex call ex_sub( 1, z = 3 ) contains subroutine ex_sub( x, y, z ) implicit none !integer, intent( in ) :: x, y, z integer, optional :: x, y, z if ( .not. present( x ) ) x = 0 if ( .not. present( y ) ) y = 0 if ( .not. present( z ) ) …</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fkoideforest.hatenadiary.com%2Fentry%2F2019%2F12%2F09%2F233817&quot; title=&quot;fortran のオプショナル引数 - nano_exit&quot; class=&quot;embed-card embed-blogcard&quot; scrolling=&quot;no&quot; frameborder=&quot;0&quot; style=&quot;display: block; width: 100%; height: 190px; max-width: 500px; margin: 10px 0px;&quot;&gt;&lt;/iframe&gt;</html>
  <image_url>https://cdn.user.blog.st-hatena.com/default_entry_og_image/89449353/1514224948935857</image_url>
  <provider_name>Hatena Blog</provider_name>
  <provider_url>https://hatena.blog</provider_url>
  <published>2019-12-09 23:38:17</published>
  <title>fortran のオプショナル引数</title>
  <type>rich</type>
  <url>https://koideforest.hatenadiary.com/entry/2019/12/09/233817</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
